home *** CD-ROM | disk | FTP | other *** search
/ Click Press Kit / Click Press Kit.iso / pc / main.dxr / Internal_83_MoveSavedLeft Behv.ls < prev    next >
Encoding:
Text File  |  2006-05-31  |  259 b   |  14 lines

  1. on mouseUp me
  2.   mMoveSavedLeft()
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to member("prevpageON_03")
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(-1)
  12.   set the member of sprite the currentSpriteNum to member("prevpageOFF_03")
  13. end
  14.